home *** CD-ROM | disk | FTP | other *** search
/ The Original Shareware 1.1 / The Original Shareware (WeMake CDs)(Volume 1.1)(CDs, Inc)(1993).iso / 8 / sc.zip / README < prev    next >
Text File  |  1986-06-16  |  6KB  |  163 lines

  1.  
  2.  
  3.  
  4.  
  5.  
  6.     Software Catalog Documentation 
  7.     (c) Copyright 1986 Software Creations 
  8.     16 Jeannine Road 
  9.     Bellingham, MA 02019 
  10.  
  11.     I.  GENERAL DESCRIPTION 
  12.     Software Catalog is a program that lets you keep track of where all of
  13.     your programs are on each of your floppy disks.  It is copyright by
  14.     Software Creations.  Database portions are also copyright by SoftCraft,
  15.     Inc.  You may use it, copy it for your personal use, and distribute it
  16.     to others under the stipulation that you do not charge any money for it
  17.     and that all files listed in section IV. be provided.  Software Catalog
  18.     is distributed under the 'Freeware' concept.  If you try it and use it,
  19.     a $35 donation is suggested. 
  20.  
  21.     If you install this program in a public database the following key words
  22.     are suggested: Files, Catalog, Utility, Floppy Disk. 
  23.  
  24.     If you find that this program contains bugs, or if you would like to
  25.     make suggestions with regard to features of the program, we would
  26.     appreciate hearing from you. 
  27.  
  28.     Please send your comments and donations to: 
  29.  
  30.                         Software Creations 
  31.                         16 Jeannine Rd. 
  32.                         Bellingham, MA 02019 
  33.  
  34.  
  35.     II.  EQUIPMENT REQUIRED 
  36.     This program requires an IBM PC or equivalent computer with 2 floppy
  37.     disk drives or 1 floppy disk and 1 fixed disk drive. 
  38.  
  39.     You must have DOS 2.1 or greater operating system. 
  40.  
  41.     It will operate with a color or monochrome video card. 
  42.  
  43.     III. INSTALLING AND RUNNING SOFTWARE CATALOG: 
  44.  
  45.     Installing the program is easy.  If you are using a computer with a hard
  46.     disk, you need to format 1 diskette first for use in step 1.  If you are
  47.     using a computer with two floppy drives, you should format 2 diskettes.
  48.     The first will be used as a copy of your original disk.  The second will
  49.     be used as your working Software Catalog.  Use the dos FORMAT command to
  50.     format your disk(s).  You may wish to use the /s option so that your
  51.     disk can be used to boot dos. 
  52.  
  53.           1.  Make a copy of the master diskette, and put the original away.
  54.            You can make the copy with the dos DISKCOPY command. 
  55.  
  56.           2.  Insert the copy in drive A and log in to drive B if you have a
  57.           two floppy system, or drive C if you have a hard disk.  If you are
  58.           using a hard disk you should also be logged into the subdirectory
  59.           where you wish the Software Catalog files to be stored. 
  60.  
  61.           3.  At the DOS prompt (either B> or C>) Type the command:
  62.  
  63.  
  64.  
  65.  
  66.  
  67.  
  68.  
  69.  
  70.  
  71.  
  72.           a:sc_inst and press Return.  You will notice that several files
  73.           are copied from the A drive.  Once they have been copied you are
  74.           almost ready to begin.  The final step is to copy the Catalog data
  75.           file from the disk in the A drive. 
  76.  
  77.  
  78.           4.  Type the command: a:sc_cc.  This will create your catalog file
  79.           named sc_cat.dbf.  Software Catalog will always use this file to
  80.           maintain lists of all of your files.  Later on, when you become
  81.           more familiar with Software Catalog you may want to create other
  82.           catalog files.  To create a catlog file with a different name,
  83.           just type sc_cc followed by a space and the name of the file you
  84.           wish to create.  Here are some examples: 
  85.  
  86.           C>sc_cc            <-- this will create the standard catalog 
  87.  
  88.           C>sc_cc a.b        <-- this will create a catalog called a.b 
  89.  
  90.  
  91.     Now you are ready to run Software Catalog. 
  92.  
  93.     If you are using a computer with two floppy disk drives: 
  94.  
  95.           1.  Take the disk you have just created out of drive B and insert
  96.           it in drive A.  Log on to drive A by typing A: then Return.  To
  97.           run Software Catalog just type: 'sc' and press Return.  This
  98.           invokes a batch file which loads the database manager (if
  99.           necessary) and then invokes sc_cat.exe. 
  100.  
  101.           That's all there is to it! 
  102.  
  103.     If you are using a computer with a hard disk you just type sc and press
  104.     Return.  Hard disk users should be aware that Software Catalog may be
  105.     run from any subdirectory on your disk just as long as you let DOS know
  106.     where the program is and where the Catalog is.  Use the PATH command to
  107.     let dos know where to find the program.  Use the SET command to let DOS
  108.     know where the Catalog is and where the Help file is.  If you have
  109.     installed Software Catalog in the subdirectory: \data\catalog you
  110.     would insert the following two lines into your autoexec.bat file: 
  111.  
  112.          path=\data\catalog; 
  113.          set sc_cat=\data\catalog\ 
  114.  
  115.  
  116.     COMMAND LINE SWITCHES:
  117.     There are two command line switches that you can use when invoking
  118.     Software Catalog: 
  119.  
  120.           -s this switch, followed by a drive designation tells Software
  121.           Catalog which drive you intend to use to read your floppy disks to
  122.           be catalogued. 
  123.  
  124.          For example:   sc -sb 
  125.  
  126.          will use disk drive b for your source disks 
  127.  
  128.  
  129.  
  130.  
  131.  
  132.  
  133.  
  134.  
  135.  
  136.  
  137.  
  138.           -c This switch is followed by a drive or drive and full pathname
  139.           identify where your catalog file is located. 
  140.  
  141.          For example:  sc -sa -cc:\data\mycat.dbf 
  142.  
  143.           will use drive A for your source disks and look to subdirectory
  144.           DATA on drive C for your Catalog file which is named mycat.dbf. 
  145.  
  146.           If you only provide the drive designation the default catalog
  147.           named sc_cat.dbf will be used. 
  148.  
  149.     IV. FILES 
  150.     If your original Disk doesn't have the following files you don't have
  151.     all the files needed to use Software Catalog.  To get the complete disk
  152.     send $35 to Software Creations at the address listed above.
  153.  
  154.     SC_CAT EXE 
  155.     SC_CAT.DBF 
  156.     BTRIEVE.EXE 
  157.     PRINTME 
  158.     SC_INST.BAT 
  159.     SC_CC.BAT 
  160.     SC_CAT.HLP 
  161.     README 
  162.     SC.BAT 
  163.